#!/bin/bash
mkdir $1 2> /dev/null
if [ $? -ne 0 ]; then
	echo "Khong the tao thu muc!!!"
fi
